home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 40 / Mac Magazin and MacEasy Magazine CD - Issue 40.iso / Magazin / Kompressionsprogramme / Software / MacZOO 2.1ƒ / README.MAC < prev    next >
Text File  |  1992-01-07  |  2KB  |  49 lines

  1. SPECIAL INSTRUCTIONS FOR MacZOO 2.1
  2.  
  3. 1/7/92
  4.  
  5. The interface to MacZOO is a command line interface -- sorry, but
  6. we wanted to modify a minimum amount of the code written by ZOO's
  7. creator, Rahul Dhesi.  After double clicking on the MacZOO icon,
  8. type in the command line arguments as described in ZOO.MAN.  For
  9. example, if on a UNIX or MS-DOS command line you would type "zoo
  10. a temp *.c" (which would add all files with names ending in ".c"
  11. to a ZOO archive called "temp.zoo"), you would enter "a temp *.c"
  12. in the MacZOO startup window.
  13.  
  14. Also, MacZOO will not archive and compress anything but text files.
  15. Executable files on the Mac, for example, are not single files like
  16. they are on most other systems, and so ZOO would have to be
  17. extensively modified to handle them.
  18.  
  19. Thus, MacZOO is intended as a program to handle archives of text
  20. files which will be transferred among various machines.  Since ZOO
  21. runs on UNIX machines, OS/2 machines, NeXTs, Amigas, Ataris, and
  22. MS-DOS machines, Macs can now handle ZOO files created by these
  23. machines and vice versa.  Even Apple II's and CP/M machines have
  24. unZOO programs.
  25.  
  26. There are two things you should keep in mind when transferring text
  27. files among various machines:  not all machines can handle long
  28. file names or file names with spaces in them, and different machines
  29. use different characters to signify the end of a line of text.
  30. For example, MS-DOS machines can handle only file names made up of
  31. eight characters, a period, and then three more characters (like
  32. "ihate_ms.dos"); and Macs terminate a line of text with a carriage
  33. return, while MS-DOS machines terminate a line of text with a
  34. carriage return/line feed pair.  UNIX uses only a line feed.  Thus,
  35. you may need a program or a word processor which can switch line
  36. termination around (there are such public domain utilities available
  37. on GEnie and other online services and bulletin boards).
  38.  
  39. By "text file," by the way, we mean files saved as text only.  The 
  40. files saved by most word processors are not text files -- they
  41. contain special characters to indicated underlining, special fonts,
  42. etc.  However, most word processors have an option for saving files
  43. as pure text (sometimes referred to as an "ASCII file").
  44.  
  45. ZOO 2.1 was ported to the Mac by Jim Wolff and Brooke Anderson,
  46. who assume no responsibility for the results of using MacZOO --
  47. even if it causes your computer to explode, killing everyone within
  48. a several block radius.
  49.